home *** CD-ROM | disk | FTP | other *** search
- cimon/emx Apr 05 2002
- -------------------------------------------------------------------------
-
- This file contains instructions on compiling cimon for OS/2 using the EMX
- development tools.
-
- Please note that I (the program's author) do not provide binaries. If you
- however got this package from an OS/2 software archive rather than from
- its home at the fli4l homepage, its uploader may have included a compiled
- CIMON.EXE. In that case you only need the EMX runtime (emxrt.zip, see
- below) and can skip compilation if you want.
-
- Also note that I am unable to provide any assistance with OS/2 specific
- problems seeing as how I don't actually use it myself. Linux is this
- program's home platform.
-
- To compile cimon on OS/2 you need a fairly complete installation of the
- EMX development tools. At the time of writing EMX is available from:
-
- http://hobbes.nmsu.edu/pub/os2/dev/emx
-
- with 0.9d being the lastest version there. At a minimum, you need:
-
- http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/emxrt.zip
- http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/emxdev1.zip
- http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/emxdev2.zip
- http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/gnudev1.zip
- http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/gnudev2.zip
- http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/bsddev.zip
-
- If you don't yet have an unzip program, get it as a self extracting
- archive from:
-
- http://hobbes.nmsu.edu/pub/os2/util/archiver/unz542x1.exe
-
- Install EMX by unzipping the files from C:\ making sure to preserve the
- embedded paths:
-
- c:
- cd \
- unzip <file>
- <repeat for each zip>
-
- Edit CONFIG.SYS to add C:\EMX\DLL to your LIBPATH and C:\EMX\BIN to your
- PATH and then reboot to complete the EMX installation.
-
- Compiling and installing cimon should now consist of running the provided
- "MAKEOS2" batch file and copying the generated CIMON.EXE to a directory
- on your path after it finishes.
-
- Please refer back to the main README for operating instructions.
-
- -------------------------------------------------------------------------
-